ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / OnClientSourceCollectionChanging Property

In This Topic
    OnClientSourceCollectionChanging Property
    In This Topic
    Occurs before the sourceCollection property in client changes.
    Syntax
    'Declaration
     
    Property OnClientSourceCollectionChanging As String
    string OnClientSourceCollectionChanging {get; set;}
    See Also